From: Keir Fraser Date: Mon, 9 Mar 2009 09:18:08 +0000 (+0000) Subject: [IA64] fix issue of can not find the qemu-dm in ia64 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13994^2~11 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=7402207f8c91eaae51dd9cbc2115040f9053579e;p=xen.git [IA64] fix issue of can not find the qemu-dm in ia64 IA64 uses the /usr/lib/ for xen. We do not=20 need to check the arch_libdir in ia64. It will return the wrong value to arch_libdir. And guest can not boot. Signed-off-by: Yang Zhang --- diff --git a/tools/examples/xmexample.vti b/tools/examples/xmexample.vti index 19070f2a98..d93c6531ac 100644 --- a/tools/examples/xmexample.vti +++ b/tools/examples/xmexample.vti @@ -9,8 +9,6 @@ import os, re arch_libdir = 'lib' arch = os.uname()[4] -if os.uname()[0] == 'Linux' and re.search('64', arch): - arch_libdir = 'lib64' #---------------------------------------------------------------------------- # Kernel image file.